home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue46 / system / Main.dfm / Main.txt
Encoding:
Text File  |  1999-05-03  |  1.1 KB  |  64 lines

  1. object Form1: TForm1
  2.   Left = 281
  3.   Top = 219
  4.   Width = 783
  5.   Height = 463
  6.   Caption = 'DCU Seeker'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Scan: TButton
  15.     Left = 13
  16.     Top = 376
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'Scan!'
  20.     TabOrder = 0
  21.     OnClick = ScanClick
  22.   end
  23.   object StatusBar1: TStatusBar
  24.     Left = 0
  25.     Top = 417
  26.     Width = 775
  27.     Height = 19
  28.     Panels = <
  29.       item
  30.         Width = 50
  31.       end>
  32.     SimplePanel = False
  33.   end
  34.   object TreeList: TListView
  35.     Left = 0
  36.     Top = 0
  37.     Width = 775
  38.     Height = 358
  39.     Align = alTop
  40.     Color = 12910591
  41.     Columns = <
  42.       item
  43.         Caption = 'FileName'
  44.         Width = 200
  45.       end
  46.       item
  47.         Caption = 'Type'
  48.         Width = 75
  49.       end
  50.       item
  51.         Caption = 'Compiled on:'
  52.         Width = 150
  53.       end>
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clNavy
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 2
  61.     ViewStyle = vsReport
  62.   end
  63. end
  64.